[.NET] Not able to use HTMLWorker or HtmlParser in iTextSharp
Posted
by Steven
on Stack Overflow
See other posts from Stack Overflow
or by Steven
Published on 2010-04-07T10:41:56Z
Indexed on
2010/04/07
10:43 UTC
Read the original article
Hit count: 1204
I'm trying to create a PDF file of a web page using iTextSharp. In order to parse the HTML, I need to use HTMLWorker or HtmlParser.
But none of them "exists" in the namespaces I'm using.
I'm using the following namespaces:
using iTextSharp.text;
using iTextSharp.text.html;
using iTextSharp.text.pdf;
Am I missing something obvious?
© Stack Overflow or respective owner